home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / c_edit.arc / ED1.CCC < prev    next >
Text File  |  1991-09-08  |  2KB  |  53 lines

  1. /* ED1.CCC */
  2.  
  3. #define    SETNORMAL    0
  4. #define    SETREVERSE    1
  5. #define    SETINTENSE    2
  6. #define    SETFAINT    3
  7. #define    SETBLINK    4
  8. #define    NOBLINK        5 
  9. #define UP1    10
  10. #define DOWN1    13
  11. #define UP2    21
  12. #define DOWN2    4
  13. #define LEFT1    25    /* new code assignment */
  14. #define RIGHT1    18
  15. #define INS1    14
  16. #define EDIT1    5
  17. #define ESC1    27
  18. #define DEL1    8
  19. #define ZAP1    26
  20. #define ABT1    24
  21. #define SPLT1    19
  22. #define JOIN1    16
  23. #define DTOCH    1    /* kill mode in edit */
  24. #define GTOCH    2    /* search mode in edit */
  25. #define HOME    6    /* home cursor or to bottom of screen */
  26. #define DSCROL    7    /* scroll down */
  27. #define GOTO    17    /* go to line */
  28. #define LSTRT    11    /* go to beginning of line */
  29. #define LEND    12    /* go to end of line */
  30. #define USCROL    15    /* scroll up */
  31. #define ERASE    20    /* erase to end of line */
  32. #define SCRNW    80    /* screen width */
  33. #define SCRNW1    79    /* SCRNW-1 */
  34. #define SCRNL    25    /* screen length */
  35. #define SCRNL1    24    /* SCRNL-1 */
  36. #define SCRNL2    23    /* SCRNL-2 */
  37. #define SCRNL3    13    /* half a screen length */
  38. #define LISTW    80    /* width of listing */
  39. #define LFTDEL    127    /* delete to left of cursor */
  40. #define BEGINPL 200    /* set beginning line of buffer*/
  41. #define ENDPL 201    /* set ending line of buffer */
  42. #define PUTIT 202    /* put buffer before current line */
  43. #define PUTBUFLN 2000    /*buffer length for pick and put */
  44. #define PICKIT 203    /* pick lines to pick buffer */
  45. #define RECORD 204    /* record macro */
  46. #define REPLAY 205    /* replay macro */
  47. #define MAXKEY 200    /* length of macro buffer */
  48. #define MAXKEY1 198    /* usable length of macro buffer */
  49. #define ABSLEFT 206    /* cursor left 1 column */
  50. #define ABSRGHT 207    /* cursor right 1 column */
  51. #define PAGEUP 208    /* up 20 lines */
  52. #define PAGEDN 209    /* down 20 lines */
  53.